|
|
In Sametime 8.5, using a Cell Deployment, its common to install multiple Sametime application servers on the same machine. For each application which is installed on the same system, the unsecured port used is incremented +1 starting with 9080.
For example if you were to install the System Console, Proxy Server and Meeting Server on the same machine in that order
- Sametime System Console application port will be on 9080
- Sametime Proxy application on 9081
- Sametime Meeting Server on 9082
Example URL if the System Console and Proxy Server are on the same machine
http://stproxy.lotus.com:9081/stwebclient/index.jsp
If you are unsure what the port number is for your server, review the AboutThisProfile.txt. This file is located in the \IBM\Websphere\AppServer\profiles\ \logs directory.
The most common error shown if you attempt to connect to your server using an incorrect port is:
SRVE0255E: A WebGroup/Virtual Host to handle /stwebclient/index.jsp has not been defined.
Since there are multiple Cells in a Pilot environment, keep in mind each Cell will have its own Integrated Solutions Console (ISC). If you are looking under the 'Server Types' in the ISC and it appears that your server is missing, make sure you are viewing the ISC using the correct port.
System Console:
http://serverhostname.domain:8700/ibm/console
Meeting Server:
http://serverhostname.domain:8500/ibm/console
Proxy Server:
http://serverhostname.domain:8600/ibm/console
Media Manager:
Note that if you install the Sametime 8.5 application servers with SSL enabled, each of the above listed ports are incremented by 1. For example, 8701, 8501, 8601, 8801. |